❤️ 🍰 🌹 🎬 🚴♀️ 🏋️♀️ 💻 🚀 💜
這裡記錄了我的學習和開發筆記,歡迎交流 (*´∀`)~♥
© 2025. All rights reserved.
提交 PR 前需要更新 feature branch 的 base branch,這時候就可以使用 `rebase --onto` 來無痛更新分支,直接將 feature branch 的 commit 接到 main branch 之後。
January 31, 2025 git git rebase git merge git cherry-pick GitHub pull request · 留言
四種將分支與主線同步的方法。
June 19, 2018 git rebase git cherry-pick git merge git · 留言
打指令 git rebase -i 後可進入互動介面,為提交紀錄換順序、編輯訊息或做合併。其中 Squash 和 Fixup 的差異是什麼呢?
June 4, 2018 git rebase git · 留言
比較 Merge Squash 與 Rebase Squash。
May 29, 2018 git rebase git Sourcetree · 留言
更新分支+解衝突。
May 27, 2018 git rebase git merge git Sourcetree · 留言
設定、指令、疑難雜症。
April 5, 2018 git rebase git cherry-pick git merge git branch git · 留言